home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------------------------------------------------------------------
- ; To be used with IExpress 10/10/96
- ;---------------------------------------------------------------------------------------------------
- [version]
- signature="$CHICAGO$"
- AdvancedINF=2.5
-
- [DefaultInstall]
- CopyFiles=install.files
- CustomDestination=InstallCustomDestination
-
- ;---------------------------------------------------------------------------------------------------
- [DestinationDirs]
- install.files=49000,%APPDIR%
-
- ;------------------------------------------------------------------------------
- [InstallCustomDestination]
- ; <LDID OEM SFN>,<LDID ANSI LFN>=<Section Name>,<Flag>
- ; flag 5 means don't prompt the user
- ;49200,49201=CommonFilesDir,5
-
- 49100,49101=ProgramFilesDir,5
-
- ; Custom app directory, flag 1 means prompt user
- 49000,49001=AppCustomDestination,1
-
- [ProgramFilesDir]
- HKLM,"Software\Microsoft\Windows\CurrentVersion",'ProgramFilesDir',,"%24%\Program Files"
-
- [AppCustomDestination]
- HKLM,"%AppKey%",'InstallDir',%PROMPT%,"%49101%\%DEFAULTDIR%"
-
- ;Not used but maybe useful later
- ;[CommonFilesDir]
- ;HKLM,"Software\Microsoft\Windows\CurrentVersion",'CommonFilesDir',,"%24%\Common Files"
-
- ;---------------------------------------------------------------------------------------------------
- [install.files]
- ClckIcon.bmp
- Clock.ctl
- Clock.ctx
- ClockCTL.vbp
-
- ;---------------------------------------------------------------------------------------------------
- [SourceDisksNames]
- 1="default",,1
-
- ;---------------------------------------------------------------------------------------------------
- [Strings]
- AppKey = "SOFTWARE\Microsoft\VB5CCE"
- DEFAULTDIR = "VB5CCE"
- PROMPT = "Please enter the directory to which you will be installing the AXClock sample: "
- APPDIR = "Samples\AXClock\"
- ;---------------------------------------------------------------------------------------------------
-